﻿/*=====================================智能机器人 新增4个栏目css样式 2016-7-8=============================================*/
#slideshow
{
    width: 805px;
    height: 328px;
    border-bottom: 0px solid #e5e5e5;
    margin: 0 7px 15px 0px;
    overflow: hidden;
    float: left;
}
#slideshow .banner
{
    width: 585px;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    float: left;
}
#slideshow .banner a
{
    width: 535px;
    height: 360px;
    display: block;
    overflow: hidden;
}
#slideshow .banner > ul
{
    float: left;
}
#slideshow .banner > ul li
{
    float: left;
}
#slideshow .banner li
{
    list-style: none;
}
#slideshow .banner .dots
{
    position: absolute;
    left: 0;
    right: 0;
    top: 389px;
    text-align: center;
    font-size: 0;
}
#slideshow .banner .dots li
{
    display: inline-block;
    width: 145px;
    height: 1px;
    text-indent: -999em;
    background-color: #000;
    opacity: 0.2;
    cursor: pointer;
    margin-right: 1px;
}
#slideshow .banner .dots li.active, #slideshow .banner .dots li:hover
{
    background: #2676c3;
    opacity: 1;
}

#slideshow .unslider-arrow
{
    position: absolute;
    top: 130px;
    width: 32px;
    height: 64px;
    display: block;
    background: url(../images/arrow_btn.png) no-repeat;
    z-index: 999;
    cursor: pointer;
    display: none;
}
#slideshow .prev
{
    left: 0;
    background-position: 0 -64px;
}
#slideshow .prev:hover
{
    background-position: -32px -64px;
}
#slideshow .next
{
    left: 435px;
    background-position: 0 0;
}
#slideshow .next:hover
{
    background-position: -32px 0;
}

#slideshow .banner_info
{
    position: absolute;
    top: 400px;
    width: 466px;
    height: 60px;
    background-color: #fff;
    padding: 10px 0;
    overflow: hidden;
}

#slideshow .banner_info .title
{
    color: #2676c3;
    font-size: 16px;
    height:20px;
    margin: 0 20px 5px 20px;
    width: 440px;
    text-align: left;
    overflow:hidden;
}

#slideshow .banner_info p
{
    color: #999;
    font-size: 12px;
}
#slideshow .banner_info span
{
    color: #999;
    font-size: 12px;
    padding-left: 10px;
}
#slideshow .banner_info .description
{
    margin: 0 20px 5px 20px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}
#slideshow .banner_info .description p
{
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}
#slideshow #msg_scroll
{
    padding: 0;
    margin: 15px 0px;
    height: 25px;
    text-align: left;
    width: 100%;
    overflow: hidden;
    border: none;
}
#slideshow #msg_scroll li
{
    background: url(../images/icon_title.png) no-repeat;
    text-indent: 25px;
    width: 270px;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 0;
}
#slideshow #msg_scroll li a
{
    background: none;
    padding: 0 !important;
    display: inline;
    white-space: nowrap;
    color: #2676c3 !important;
    overflow: hidden;
}
#slideshow #msg_scroll .text_news
{
    background-position: 0 -2px;
}

#slideshow #msg_scroll .text_party
{
    background-position: 0 -34px;
}

#slideshow #msg_scroll .text_job
{
    background-position: 0 -66px;
}

#slideshow #msg_scroll .text_design_knowledge
{
    background-position: 0 -98px;
}


.index_post_list
{
    float: left;
    color: #999;
    width: 290px;
}

.index_post_list h2
{
    color: #2676c3;
    font-size: 20px !important;
    font-weight: normal !important;
    margin: -3px 0 10px 0;
}

.index_post_list h2 a
{
    color: #2676c3;
}

.index_post_list > li
{
    height: 55px;
    padding: 3px 0;
    overflow: hidden;
    border-bottom: 0px dotted #e5e5e5;
    display: inherit;
}

.index_post_list li a
{
    padding: 0 0 0 15px !important;
    margin: 0;
    background-color: transparent;
    font-size: 14px;
    display: block;
    float: none !important;
    background: url(../images/dot_right.png) 0 10px no-repeat;
    color: #333 !important;
    white-space: nowrap !important;
    overflow: hidden;
    position: relative;
}




.index_post_list li a:hover
{
    color: #2676c3 !important;
}

.index_post_list li div
{
    padding: 0 0 0 15px;
    font-size: 12px;
    margin: 5px 0;
}

.index_post_list .first_img a
{
    padding: 0;
    background-image: none;
}
.index_post_list li a .img_title
{
    position: absolute;
    bottom: 0;
    background-color: #000000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    z-index: 1;
    width: 245px;
    padding: 2px 5px;
    margin: 0;
    line-height: 32px;
    text-align: center;
    display: none;
}


/*=====================================首页幻灯片-结束=============================================*/
.post-home {
	float:left;
	width:383px;
	margin-bottom:20px;
	background-color:#fff;
	overflow:hidden;
	box-shadow:0px 0px 4px rgba(0,0,0,0.1);
	border:1px solid #e5e5e5;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	-webkit-transition-property:-webkit-transform;
	transition-property:transform;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	transition-duration:0.3s
}
.post-home:hover
{
    border-bottom:1px solid #2676c3;
    -moz-transform:translate(0, -10px);
    -ms-transform:translate(0, -10px);
    -webkit-transform:translate(0, -10px);
    transform:translate(0, -10px);
    box-shadow:0 10px 20px rgba(0,0,0,0.3)
}


.post-home .post-content p {
	padding:0 24px;
	line-height:1.5em
}

.post-thumbnail{ position:relative;}
.post-jg
{
    width:16px;
    height:250px;
    float:left;
}
.video .post-thumbnail {
	width:285px;
	overflow:hidden;
}
#post-home .post-thumbnail a img{ min-width:285px;}
.post-thumbnail a img{ position:static;}
.post-thumbnail p.noimg, .post-thumbnail a.noimg {
	padding:10px;
	color:#999;
}
.post-thumbnail embed {
	width:285px;
	/*height:285px*/
}
.post-noimg a {
	font-size:16px;
	text-shadow:0 1px 0 white;
	padding:9px 5px;
	width:257px;
	border-width:0 0 1px 0

}
.post-noimg p {
	padding:10px 5px;
	border-top:1px solid #fff;
	border-top:1px solid rgba(255, 255, 255, 0.9);
}
.post-thumbnail p{ margin:20px 15px; cursor:default; line-height:2em;}
.post-thumbnail .title {
	padding:10px 24px;
	font-size:16px
}
.post-thumbnail .title a {
	color:#2676c3
}
.post-thumbnail a {
	display:block;
	width:383px;
	overflow:hidden;
}

.post-thumbnail .inimg img
{
    width:383px;
    height:220px;

    object-fit:cover;
    -moz-transition-property:-moz-transform;
    -o-transition-property:-o-transform;
    -webkit-transition-property:-webkit-transform;
    transition-property:transform;
    -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
    -webkit-transition-duration:0.3s;
    transition-duration:0.3s;
}

.post-home:hover .post-thumbnail .inimg img
{
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}

.post-thumbnail a:hover, .navigation .next:hover, .navigation .prev:hover {
	text-decoration:none
}
.post-thumbnail .img_title{ position:absolute; bottom:0; width:245px;padding:10px;padding-bottom:1px; height:auto; background-color:#fff;word-break:break-all;word-wrap:break-word; line-height:1.5em; cursor:pointer; display:none; }
.post-thumbnail .img_title a{color:#666; width:265px; display:inline;}
.post-info {
	height:auto;
	padding:15px 10px;
	text-align:center;
	/*text-shadow:0 1px 0 #fff;*/
	/*border-width:1px;
	border-style:solid;
	border-color:#fff;*/
	background-color:#fff;

	overflow:hidden;
    -moz-transition-property:background;
    -o-transition-property:background;
    -webkit-transition-property:background;
    transition-property:background;
    -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
    -webkit-transition-duration:0.3s;
    transition-duration:0.3s
}

.post-home:hover .post-info
{
    background-color:#2676c3;
    color:#ffffff;
}
.post-home:hover .post-info .title a
{
    color:#ffffff;
    font-weight:bold;
}
.post-home:hover .post-info .title a:hover
{

}
.post-home:hover .post-info .others .in_category
{
    color:#ffffff;
}
.post-home:hover .post-info .views
{
    color:#ffffff;
    background-image:url("../images/20180307yj.png")
}

/*.post-info{height:20px;padding:0 15px 10px 15px;text-shadow:0 1px 0 #fff;background-color:#fafafa}*/

.post-info, .post-info a, .post-noimg a, .post-noimg p {
	color:#333;
}
.post-info .on-hover,.post-info a:hover{ color:#2676c3; text-decoration:none;}
#sidebar .post-info div {
	width:84px;
	height:35px;
	float:left
}
.post-info .title{ text-align:left; color:#333; font-size:16px; marging-top:10px; margin-bottom:9px; overflow:hidden;}
.post-info .title a{ display:block; width:100%;/*white-space:nowrap;*/ }
.post-info .others{ overflow:hidden; color:#999;}
.post-info .others >li{ float:right; text-align:left; font-size:14px; margin:0  0 0 15px;}
.post-info .others .in_category{ width:180px;margin:0px; float:left;}
.post-info .others .description{ font-size:12px; float:left; margin-left:0;}
.post-info span {
	/*display:block;
	width:85px;
	height:20px;*/
}
.post-info .views {
	background-image:url("../images/views.png");
	background-repeat:no-repeat;
	background-position:0 center;
	text-indent:18px;
}
.post-info .views a{color:#999;}
.post-info .comments a {
	background-image:url("../images/popup-link.png");
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:18px;
	display:block;
	text-decoration: none;
	color:#999;
}

.post-info .comments a:hover{background-position:0 -16px;color:#e54e4b;}
#post-header .likes{ cursor:pointer;}
#post-msg2 .likes{ cursor:pointer;}
#post-msg2 .likes:hover{color:#4ba6e5;}

.post-info .likes .wizylike_icon {
	background-image:url("images/like.png");
	background-repeat:no-repeat;
	background-position:0 2px;
	cursor:pointer;
	text-indent:18px;
	width:auto!important;
	display:block;
	height:16px;
	color:#999;
}

.post-info .likes .wizylike_icon:hover, .post-info .likes .hover {
	background-position:0 -50px;
	color:#e54e4b;
}

.post-info .wizylike_icon .wizylike_loading {
	background-image:url("images/wizylike-loading.gif");
	background-position:center 0
}
.post-info .wizylike_icon.wizylike_loading:hover {
	background-position:center 0
}
.post-info .wizylike_icon:hover {
	text-decoration:none;
	background-position:center -16px
}


 .trans_msg
        {
            filter: alpha(opacity=100,enabled=1) revealTrans(duration=.2,transition=1) blendtrans(duration=.2);
        }

        .sideMenu
        {
            margin: 5px;
            line-height: 16px;
            background-color: #f1f1f1;
            padding-left: 20px;
        }

        .h3img1
        {
            background-image: url("images/symbol-9.png");
            background-repeat: no-repeat;
            background-position: 0 0px;
            padding-left: 20px;
        }
        .h3img2
        {
            background-image: url("images/symbol-9.png");
            background-repeat: no-repeat;
            background-position: 0 -27px;
            padding-left: 20px;
        }
        .h3img3
        {
            background-image: url("images/symbol-9.png");
            background-repeat: no-repeat;
            background-position: 0 -54px;
            padding-left: 20px;
        }
        .h3img4
        {
            background-image: url("images/symbol-9.png");
            background-repeat: no-repeat;
            background-position: 0 -80px;
            padding-left: 20px;
        }
        .h3img5
        {
            background-image: url("images/symbol-9.png");
            background-repeat: no-repeat;
            background-position: 0 -105px;
            padding-left: 20px;
        }
        .div201556 a
        {
            color: #666;
        }
        .vList
        {
        }
        .vList h5
        {
            width: 250px;
            display: block;
            position: absolute;
            bottom: 0px;
            height: 30px;
            line-height: 30px;
        }
        .vList h5 a
        {
            display: block;
            background: rgba(0,0,0,0.6) none repeat scroll 0 0 !important;
            z-index: 1;
            width: 250px;
            height: 30px;
            line-height: 30px;
            white-space: nowrap;
            color: #fff;
            overflow: hidden;
            text-align: center;
            font-family: Microsoft YaHei,SimHei;
            font-size: 12px;
            font-weight: normal;
        }
        .vList h5 a:hover
        {
            color: #3588c9;
            font-weight: bold;
        }

        .vList .shangsan
        {
            top: 0px;
            left: 0px;
            width: 0;
            height: 0;
            border-width: 0 12px 12px;
            border-style: solid;
            border-color: transparent transparent #333; /*透明 透明  灰*/
            margin: 0px auto;
            position: absolute;
            z-index: 1;
        }

        .vList .xiasan
        {
            width: 0;
            height: 0;
            border-width: 12px 12px 0;
            border-style: solid;
            border-color: #333 transparent transparent; /*灰 透明 透明 */
            margin: 0px auto;
            position: absolute;
            z-index: 1;
        }

        .vList .standpoint
        {
            background-color: #ea5800;
            color: #fff;
            font-size: 12px;
            height: 64px;
            width: 14px;
            line-height: 15px;
            top: 0px;
            left: 0px;
            text-align: center;
            position: absolute;
            z-index: 1;
            word-wrap: break-word;
            border-width: 8px 8px 0;
            border-style: solid;
            border-color: #333 transparent transparent; /*灰 透明 透明 */
            margin: 0px auto;
        }
        .clearfix
        {
            display: block;
        }
        .dataList13
        {
            height: 220px;
            overflow: hidden;
            border: 1px solid #c9d7e3;
            border-right: none;
            margin-bottom: 15px;
        }
        .dataList13 li
        {
            float: left;
            height: 220px;
            border-right: 1px solid #c9d7e3;
        }
        .dataList13 li .name
        {
            float: left;
            width: 20px;
            height: 220px;
            padding: 8px 8px 0 8px;
            cursor: pointer;
            background: #fff;
        }
        .dataList13 li.openItem .name
        {
            background: #4098d7 url(../images/xh_bg1.png) 0px -278px repeat-x;
        }
        .dataList13 li.openItem .name a
        {
            color: #fff;
        }
        .dataList13 li .name a
        {
            display: block;
            width: 20px;
            height: 210px;
            line-height: 16px;
            cursor: pointer;
            color: #3588c9;
            text-align: center;
            font-weight: bold;
            white-space: normal;
            word-wrap: break-word;
        }

        .dataList13 li .conts
        {
            height: 220px;
            overflow: hidden;
            _float: left;
            _width: 150px;
        }

        .dataList13 li .conts img
        {
            width: 168px;
            height: 220px;
        }
        .like-tv-pic
        {
            width: 317px;
            height: 180px;
            display: block;
            position: relative;
            margin: 20px 0 4px 0;
        }

        .like-tv-pic span
        {
            width: 100%;
            height: 30px;
            position: absolute;
            left: 0;
            bottom: 0;
        }

        .like-tv-pic span i
        {
            width: 100%;
            height: 30px;
            position: absolute;
            left: 0;
            top: 0;
            background: #000;
            filter: alpha(opacity=50%);
            opacity: 0.5;
        }
        .like-tv-pic span em
        {
            width: 100%;
            height: 30px;
            line-height: 30px;
            font-size: 13px;
            color: #fff;
            position: absolute;
            left: 0;
            bottom: 0;
            text-align: center;
            overflow: hidden;
            z-index: 2;
            font-style: normal;
        }
        .like-tv-pic img
        {
            width: 317px;
            height: 178px;
            overflow: hidden;
        }
        .like-tv-list
        {
            padding-bottom: 8px;
        }
        .like-tv-list li
        {
            line-height: 30px;
            height: 30px;
            overflow: hidden;
        }
        .like-tv-list li a
        {
            font-size: 14px;
            color: #000;
            background: url(../images/tv-icon.gif) no-repeat 2px center;
            padding-left: 30px;
        }
        #block_id_44756
        {
            display: block;
            margin: 0 auto;
            padding: 0;
            list-style: none;
            width: 310px;
        }
        .focusTopics .focusBox li
        {
            display: block;
            width: 310px;
            height: 32px;
            float: left;
            list-style: none;
        }
        .focusTopics .focusBox li.curr
        {
            height: 120px;
            position: relative;
            overflow: hidden;
            margin: 0 0 10px;
        }
        .focusTopics .focusBox li.curr .img, .focusTopics .focusBox li.curr img
        {
            display: block;
            width: 310px;
            height: 120px;
        }

        .focusTopics .focusBox li.curr h5
        {
            width: 310px;
            height: 26px;
            line-height: 40px;
            color: #fff;
            position: absolute;
            bottom: 0px;
            left: 0px;
            background: rgba(0,0,0,0.6) none repeat scroll 0 0 !important;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = 'true', startColorstr = #99000000, endColorstr = #99000000);
            zoom: 1;
        }

        .focusTopics .focusBox li.curr h5 a
        {
            width: 310px;
            height: 26px;
            line-height: 26px;
            color: #fff;
            font-size: 14px;
            margin: 0 0 0 8px;
        }

        .focusTopics .focusBox li img
        {
            display: none;
            float: left;
        }

        .focusTopics .focusBox li h5
        {
            margin: 0;
            padding: 0;
            display: block;
            width: 310px;
            height: 26px;
            line-height: 26px;
            font-size: 12px;
            color: #999;
            overflow: hidden;
        }
        .focusTopics .focusBox li h5 a
        {
            width: 310px;
            height: 26px;
            line-height: 26px;
            color: #999;
            font-size: 14px;
        }

        .another_column
        {
            width: 300px;
            padding-top: 0px;
            border-top: 0px solid #eee;
            padding-bottom: 10px;
            position: relative;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            -ms-transform: translateZ(0);
            overflow: hidden;
        }
        .another_column:before
        {
            content: "";
            position: absolute;
            z-index: 0;
            left: 0;
            right: 0;
            top: 0;
            background: #159b46;
            width: 4px;
            height: 67px;
            -ms-transform: translateX(-4px);
            -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }
        .another_column .ac_title
        {
            width: 200px;
            float: left;
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -ms-transform: translateX(0);
            -webkit-transition: -webkit-transform .5s;
            transition: transform .5s;
        }
        .another_column .ac_title a
        {
            text-decoration: none;
        }
        .another_column .ac_title span
        {
            font-family: "\5fae\8f6f\96c5\9ed1";
            font-size: 16px;
            color: #404040;
            margin-top: 8px;
        }
        .another_column .ac_title span a
        {
            color: #404040;
        }
        .another_column .ac_title p
        {
            font-size: 14px;
            color: #999;
            margin-top: 7px;
        }
        .another_column .img_box
        {
            width: 80px;
            height: 67px;
            float: right;
            overflow: hidden;
        }
        .another_column img
        {
            width: 80px;
            height: 67px;
            float: right;
            -webkit-transform: scale(1);
            transform: scale(1);
            -ms-transform: scale(1);
            -webkit-transition: -webkit-transform .2s;
            transition: transform .2s;
        }
        .another_column:hover:before
        {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -ms-transform: translateX(0);
        }
        .another_column:hover .ac_title
        {
            -ms-transform: translateX(14px);
            -webkit-transform: translateX(14px);
            transform: translateX(14px);
        }
        .another_column:hover .ac_title span
        {
            color: #159b46;
        }
        .another_column:hover .ac_title span a
        {
            color: #159b46;
        }

        .clearfix:after
        {
            clear: both;
            height: 0;
            overflow: hidden;
            display: block;
            visibility: hidden;
            content: ".";
        }

.w662 h4,.w300 h4
{
    font-size:16px;
}
.w662 h4 .s,.w300 h4 .s
{
    color:#2d59b1;
}
.w300 .vline
{
    font-size:18px;color:#ddd;padding-left:10px;padding-right:10px;font-family:"宋体";
}
.w662 .foucs_cover
{
    height:185px;width:1160px;position:relative;
    }
.w662 .scroll
{
    width:1160px;height:150px;overflow:hidden;position:relative;
    }
.w662 .scroll-box
{
    float:left;height:150px;width:1160px;position:relative;
    }
.w662 .scroll-box li
{
    float:left;display:inline;width:366px;height:150px;margin-right:31px;position:relative;
    }
.w662 .scroll-box li img
{
    width:366px;height:150px;display:block;
    }
.w662 .scroll-box li em
{
    background:#000;filter:alpha(opacity=50);opacity: 0.5;-moz-opacity:0.5;display:block;height:32px;position:absolute;bottom:0;left:0;width:366px;
    }
.w662 .scroll-box li span
{
    display:block;height:32px;line-height:32px;position:absolute;bottom:0;left:0;width:366px;color:#fff;font-size:14px;font-family:\5fae\8f6f\96c5\9ed1;text-align:center;cursor:pointer;text-decoration:none;
    }
.w662 .scroll-box li.end
{
    margin-right:0px;
    }
.w662 .leftArr,.w662 .rightArr
{
    position:absolute;width:35px;height:70px;top:40px;cursor:pointer;text-decoration:none;
    }
.w662 .leftArr:hover,.w662 .rightArr:hover
{
    text-decoration:none;cursor:pointer;
    }
.w662 .leftArr span,.w662 .rightArr span
{
    position:absolute;top:0;left:0;width:35px;height:70px;line-height:70px;height:74px\0;line-height:74px\0;*line-height:74px;font-size:55px;font-family:"宋体";color:#E0E0E0;text-decoration:none;
    }
.w662 .leftArr:hover span,.w662 .rightArr:hover span
{
    color:#a00;
    }
.w662 .rightArr span
{
    text-align:right;
    }
.w662 .leftArr em,.w662 .rightArr em
{
    position:absolute;width:35px;height:70px;background:#000;top:0;left:0;filter:alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;text-decoration:none;
    }
.w662 .leftArr em
{
    -moz-border-radius:0 70px 70px 0;-webkit-border-radius:0 70px 70px 0;border-radius:0 70px 70px 0;
    }
.w662 .rightArr em
{
    -moz-border-radius:70px 0 70px 0;;-webkit-border-radius:70px 0 70px 0;;border-radius:70px 0 0 70px;
    }
.w662 .leftArr
{
    left:0;text-align:left;text-decoration:none
    ;}
.w662 .rightArr
{
    right:0;text-align:right;text-decoration:none
    }
.w662 .dot-wrap
{
    position:absolute;left:494px;bottom:8px;height:10px;line-height:10px;width:170px;text-align:center;
    }
.w662 .dot-wrap span
{
    font-size:0;line-height:0;display:inline-block;overflow:hidden;width:9px;height:9px;margin-left:11px;background:url(../images/img.png) -141px -616px no-repeat;
    }
.w662 .dot-wrap .current
{
    background-position:-141px -604px;
    }
.w662 .list
{
    width:662px;padding-top:10px;
            }
.w662 .list li
{
    width:200px;height:33px;margin-right:31px;line-height:33px;float:left;display:inline;overflow:hidden;font-size:14px;
    }
.w662 .list li.end
{
    margin-right:0px;
    }
.riqi
{
}
.riqi2
{

}
/*=====================================首页视频专题=============================================*/
.v_infolist {
    margin-top: 0px;
    border: none;
    width: 780px;
}



.v_infolist .vinfolist_txt .vlistxt {
    height: auto;
    overflow: hidden;
}

.v_infolist .vinfolist_txt .vlistinfo {
    padding-top: 0px;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0px;
}

.v_infolist .vinfolist_media i {
    bottom: 0;
    color: #222222;
}

.v_infolist .vinfolist_media em {
    bottom: 0;
}

.v_infolist a .module_title {
    color: #fff;
    text-indent:40px;
}

.v_infolist a .module_title:hover {
    color: #2676c3;
}

.v_infolist a .module_pic:hover .module_title
{
    color: #2676c3;
}
.v_infolist a .module_pic i{position:absolute;left:0;top:0;display:block;width:100%;height:100%;background:#fff;opacity:0;filter:alpha(opacity=0);_filter:alpha(opacity=0);-moz-opacity:0;z-index:3}
.v_infolist a .module_pic:hover i{opacity:.3;filter:alpha(opacity=30);_filter:alpha(opacity=30);-moz-opacity:.3}
.v_infolist a .module_pic em {
    position: absolute;
    left: 5px;
    bottom:7px;
    display: block;
    width: 26px;
    height: 26px;
    background: url(../../images/20180212bf.png) no-repeat 0 0;
    background-size:26px auto;
    _background: 0;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../../images/20180212bf.png");
    z-index: 3;
}

.v_infolist a .module_pic:hover em {
    position: absolute;
    margin-left: -15px;
    margin-top: -15px;
    left: 50%;
    top: 50%;
    display: block;
    width: 31px;
    height: 31px;
    background: url(../../images/vedio_play.png) no-repeat 0 0;
    _background: 0;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../../images/v-icon05.png");
    z-index: 3;
}

.v_infolist .vinfolist_txt .vlistinfo .vstin_time {
    background: url(../images/shape85.png) no-repeat;
    padding-left: 24px;
    background-position: 0 1px;
}



.v_infolist ul li :nth-child(1) {
    border-top: none;
}

.module_pic {
    width: 780px;
    height:513px;
    position: relative;
    margin-top: 20px;
    overflow:hidden;
}

.module_pic img
{
    width:100%;
    height:100%;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.module_pic:hover img
{
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.module_title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    height: 80px;
    line-height: 120px;
    overflow: hidden;
    color: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    text-indent:10px;
}

/*信息列表*/
.v_infolist ul li{width:780px;overflow:hidden;zoom:1;border-bottom:1px dashed #e4e4e4;padding:15px 0 16px;}

.v_infolist ul li:hover
{
    border-bottom: 1px dashed #2676c3;
    background-color:#e4e4e4;
}

.v_infolist .vinfolist_pic{display:inline;float:left;width:180px;margin-top:7px;}
.v_infolist .vinfolist_txt{display:inline;float:right;width:580px;height:120px;position:relative;}
.v_infolist .vinfolist_pic img{display:block;width:180px;height:113px;overflow:hidden;}

.v_infolist .vinfolist_pic img
{
    width:180px;
    height:113px;
    display:block;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.v_infolist ul li:hover .vinfolist_pic img
{
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



.v_infolist .vinfolist_pic a{position:relative;display:block;width:180px;height:113px;overflow:hidden;}
.v_infolist .vinfolist_pic a i{position:absolute;left:0;top:0;display:block;width:100%;height:113px;background:#fff;opacity:0;filter:alpha(opacity=0);_filter:alpha(opacity=0);-moz-opacity:0;z-index:3}
.v_infolist ul li:hover .vinfolist_pic a i{opacity:.3;filter:alpha(opacity=30);_filter:alpha(opacity=30);-moz-opacity:.3}
.v_infolist ul li
{
    position:relative;
}
.v_infolist ul li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 12px;
    height: 1px;
    background-color: #666666;
}
.v_infolist ul li .vinfolist_pic a em {
    position: absolute;
    left: 5px;
    bottom:5px;
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/20180212bf.png) no-repeat 0 0;
    background-size:26px auto;
    _background: 0;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../images/20180212bf.png");
    z-index: 3;
}

.v_infolist ul li:hover .vinfolist_pic a em {
    position: absolute;
    margin-left: -15px;
    margin-top: -15px;
    left: 50%;
    top: 50%;
    display: block;
    width: 31px;
    height: 31px;
    background: url(../images/vedio_play.png) no-repeat 0 0;
    _background: 0;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../images/v-icon05.png");
    z-index: 3;
}

.v_infolist .vinfolist_txt .vlistxt{height:56px;overflow:hidden;}
.v_infolist .vinfolist_txt .vlistxt a:hover span{color:#2676c3;}
.v_infolist .vinfolist_txt .vlistxt a:hover i{text-decoration:none;}
.v_infolist .vinfolist_txt .vlistxt a span{line-height:28px;font-size:18px;padding-right:8px;word-wrap:break-word;word-break:break-all}

.v_infolist .vinfolist_txt .vlistxt span{line-height:28px;font-size:18px;padding-right:8px;word-wrap:break-word;word-break:break-all}
.v_infolist ul li:hover .vinfolist_txt .vlistxt span{color:#2676c3;}

.v_infolist .vinfolist_media i{display:inline-block;position:absolute;left:0px;bottom:-5px;height:25px;line-height:25px;font-size:14px;color:#c1c1c1;font-style:normal;word-break:keep-all;white-space:nowrap;width:98px;overflow:hidden;}

.v_infolist ul li:hover .vinfolist_media i
{
    color:#2676c3;
}
.v_infolist ul li:hover .vinfolist_txt .vlistinfo .vstin_time
{
    color:#2676c3;
}

.v_infolist .vinfolist_media em{width:25px;height:25px;overflow:hidden;display:inline-block;position:absolute;left:0;bottom:4px;border-radius:50%}
.v_infolist .vinfolist_txt .vlistinfo{padding-top:24px;text-align:right;padding-right:10px;}
.v_infolist .vinfolist_txt .vlistinfo span{margin-left:10px;display:inline-block;height:20px;line-height:20px;color:#c1c1c1;font-size:14px;}
.v_infolist ul li:hover .vinfolist_txt .vlistinfo span{color:#2676c3;}
.v_infolist .vinfolist_txt .vlistinfo .vstin_time{background:url(../images/v-sprite.png) no-repeat -80px -27px;padding-left:18px;}
.v_infolist .vinfolist_txt .vlistinfo .vstin_num{background:url(../images/v-sprite.png) no-repeat -80px 3px;padding-left:18px;}


.v_infolist .guanggao em{display:inline-block;position:absolute;left:0;bottom:2px;height:18px;font-size:14px;color:#c1c1c1;width:40px;overflow:hidden;line-height:18px;border-radius:0;border:1px solid #dadada;text-align:center;border-radius:3px;}


/*视频专题 右侧列表*/
.v_topic{margin-top:30px;}
.v_topic h3{height:30px;line-height:30px;padding:12px 0 0 2px;border-top:1px solid #ebebeb;font-size:18px;font-weight:bold;}
.v_topic .v_box li{padding:10px 0 6px;}
.v_topic .v_box img{display:block;width:300px;height:168px;overflow:hidden;}
.v_topic .v_box strong{display:block;padding-top:4px;height:25px;line-height:25px;overflow:hidden;font-size:16px;font-weight:normal;}
.v_topic .v_box li a{display:block;width:300px;position:relative;}
.v_topic .v_box li a:hover{text-decoration:underline;}
.v_topic .v_box li a i{display:none;}

.v_topic .v_box li a:hover em {
    position: absolute;
    margin-left: -15px;
    margin-top: -15px;
    left: 50%;
    top: 50%;
    display: block;
    width: 31px;
    height: 31px;
    background: url(../images/vedio_play.png) no-repeat 0 0;
    _background: 0;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../images/v-icon05.png");
    z-index: 3;
}

.v_topic .v_box li a:hover i{position:absolute;left:0;top:0;display:block;width:100%;height:168px;background:#fff;z-index:1;opacity:.3;filter:alpha(opacity=30);_filter:alpha(opacity=30);-moz-opacity:.3}

.proposals .nameItem {
    position: relative;
    width: 390px;
    float: left;
    margin-bottom: 20px;
}

.proposals .nameImg {
    width: 390px;
    height: 205px;
    overflow: hidden;
    position:relative;
}

.proposals .nameImg i{position:absolute;left:0;top:0;display:block;width:100%;height:100%;background:#fff;opacity:0;filter:alpha(opacity=0);_filter:alpha(opacity=0);-moz-opacity:0;z-index:3}
.proposals .nameItem:hover .nameImg i{opacity:.3;filter:alpha(opacity=30);_filter:alpha(opacity=30);-moz-opacity:.3}
.proposals .nameImg em {
    position: absolute;
    left: 5px;
    bottom:7px;
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/20180212bf.png) no-repeat 0 0;
    background-size:26px auto;
    _background: 0;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../images/20180212bf.png");
    z-index: 3;
}

.proposals .nameItem:hover .nameImg em {
    position: absolute;
    margin-left: -15px;
    margin-top: -15px;
    left: 50%;
    top: 50%;
    display: block;
    width: 31px;
    height: 31px;
    background: url(../images/vedio_play.png) no-repeat 0 0;
    _background: 0;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../images/v-icon05.png");
    z-index: 3;
}


.proposals .nameImg img
{
    width:100%;
    height:100%;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.proposals .nameItem:hover .nameImg img
{
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.proposals .nameText {
    border: 1px solid #e8e8e8;
    padding: 10px 10px 30px;
}

.proposals .nameText h1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    height:40px;
    overflow: hidden;
    width: 360px;
    color: #222;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}
.proposals .nameItem:hover .nameText h1
{
    color:#2676c3;
}
.proposals .vlistinfo span {
    margin-left: 10px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #c1c1c1;
    font-size: 14px;
}

.proposals .vlistinfo .vstin_num {
    background: url(../images/v-sprite.png) no-repeat -80px 3px;
    padding-left: 18px;
}
.proposals .vinfolist_media i {
    display: inline-block;
    left: 0px;
    bottom: 4px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #c1c1c1;
    font-style: normal;
    word-break: keep-all;
    white-space: nowrap;
    width: 120px;
    overflow: hidden;
}
.proposals .nameItem:hover .vinfolist_media i,.proposals .nameItem:hover .vlistinfo span
{
    color:#2676c3;
}


/*奖励资讯 样式*/
.transition{-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;}
.report-list-box{position:relative;width:585px;height:184px;margin-right:0px;margin-bottom:30px;float:left;background:#fff;border-radius:2px;}
.report-info-box{position:relative;margin-left:220px;height:156px;}
.report-info-box .label-box{position:absolute;color:#909090;font-size:14px;margin-top:17px}
.report-list-box .cover-box{position:absolute;display:inline-block;width:200px;height:132px;overflow:hidden;margin-top:12px}
.report-list-box .cover-box img{width:100%;height:100%;vertical-align:top}
.report-list-box .report-angle-warp{position:absolute;font-size:12px;color:#fff;text-align:center;height:18px;line-height:20px;background:#d1bb9b;display:inline-block;right:0;top:18px;border-top-left-radius:2px;border-bottom-left-radius:2px;padding:0 5px}
.report-list-box1{box-shadow:0 5px 5px rgba(45,50,55,.3);}
.report-list-box1:hover{transform:translateY(-5px);-ms-transform:translateY(-5px);-moz-transform:translateY(-5px);-webkit-transform:translateY(-5px);-o-transform:translateY(-5px);}
.report-list-box2{box-shadow:0px 5px 5px rgba(45,50,55,.3);}
.report-list-box2:hover{transform:translateY(-5px);-ms-transform:translateY(-5px);-moz-transform:translateY(-5px);-webkit-transform:translateY(-5px);-o-transform:translateY(-5px);}
.report-list-box:nth-child(2n){margin-right:0px;float:right;}
.report-list-box:nth-child(2n) .cover-box{margin-left:5px;}
.report-list-box .title{position:relative;font-size:16px;line-height:24px;width:360px;color:#303030;padding-top:6px;padding-bottom:6px;}
.report-list-box:hover .title{color:#2676c3;}
.report-list-box a{display:inline-block;width:100%;height:156px;}
.report-list-box .r-f-u{width:20px;height:20px;border-radius:50%;overflow:hidden;float:left}
.report-list-box .report-f-b{width:365px;height:96px;overflow:hidden;}
.report-list-box .report-f-b p{width:350px;height:96px;font-size:14px;line-height:24px;text-align:justify;}
.report-list-box1 .box-zxl{width: 145px; height: 20px; float: left; margin-top: 10px;}
.report-list-box2 .box-zxl{width: 145px; height: 20px; float: left; margin-top: 10px;margin-left:5px;}
.box-zxl a {width:20px;height:20px;}

.report-list-box .zxsj
{
    color: #666666;
    font-family: '微软雅黑';
    font-size: 14px;
    float:right;
}
.report-list-box .zxyds
{
    background: url(../images/news-tie-8.png) no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    color: #666666;
    font-family: '微软雅黑';
    font-size: 14px;
    padding-left: 20px;
    transition: background 0.3s cubic-bezier(0.17, 0.67, 0.88, 1.25) 0s, color 0.2s linear 0s;
}
.report-list-box:hover .zxyds
{
    background-position:0px -16px;
}

.report-list-box .zxly
{
    color: #666666;
    font-family: '微软雅黑';
    font-size: 14px;
    float:right;
    margin-right:15px;
}

.report-list-box .video-progress-bar {
	width: 0;
	height: 3px;
	-webkit-transition: all ease-in 250ms;
	transition: all ease-in 250ms;
	background-color: #e64543;
	background-color: #2676c3;
	position: absolute;
	bottom: 0;
	left: 0
}
.report-list-box:hover .video-progress-bar {
	width: 100%
}

/***首页论坛专题***/
 .ltzt0315 .colfocus
        {
            height: 616px;
        }

        .ltzt0315 .mt20
        {
            margin-top: 20px;
        }
        .ltzt0315 .col
        {
            margin: 20px auto 0px;
            width: 1190px;
        }
        .ltzt0315 .large
        {
            height: 408px;
            width: 818px;
            float: left;
            position: relative;
            left: 0;
            top: 0;
            z-index: 1;
        }
        .ltzt0315 .large img
        {
            width:818px;
            height:408px;
        }
        .ltzt0315 .hot-top
        {
            position: absolute;
            left: 20px;
            top: 220px;
            width: 100%;
            height: 35px;
        }
        .ltzt0315 .b00
        {
            height: 35px;
            background-color: #000;
            filter: alpha(opacity=70);
            background: rgba(0, 0, 0, 0.7);
            float: left;
            overflow: hidden;
        }
        .ltzt0315 .hot-bottom
        {
            position: absolute;
            left: 20px;
            top: 260px;
            width: 100%;
            height: 35px;
        }
        .ltzt0315 .hot p
        {
            position: relative;
            padding: 0 10px;
            font: 24px/34px "微软雅黑";
            overflow: hidden;
            color: #fff;
        }
        .ltzt0315 .big
        {
            width: 364px;
            height: 200px;
            float: right;
            position: relative;
            left: 0;
            top: 0;
            overflow: hidden;
        }
        .ltzt0315 .big img
        {
            width: 364px;
            height: 200px;
        }
        .ltzt0315 .txt02
        {
            width: 240px;
            height: 140px;
            padding: 24px 30px 0;
            position: relative;
            left: 0;
            top: 0;
            float: right;
            background: #d3d3d3;
            overflow: hidden;
        }
        .ltzt0315 .mt2
        {
            margin-top: 2px;
        }
        .ltzt0315 .big1
        {
            width: 405px;
            height: 200px;
            float: left;
            margin-top: 8px;
            margin-right: 8px;
            position: relative;
            left: 0;
            top: 0;
            z-index: 1;
        }
        .ltzt0315 .big1 img
        {
            width:405px;
            height:200px;
        }
        .ltzt0315 .tit04Wrap
        {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 40px;
            display: block;
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-transition: all 1s ease-in-out; /* Safari and Chrome */ /* Opera */
            transition: all 1s ease-in-out;
        }

        .ltzt0315 .tit05Wrap
        {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 40px;
            display: block;
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-transition: all 1s ease-in-out; /* Safari and Chrome */ /* Opera */
            transition: all 1s ease-in-out;
        }

         .ltzt0315 .tit06Wrap
        {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 40px;
            display: block;
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-transition: all 1s ease-in-out; /* Safari and Chrome */ /* Opera */
            transition: all 1s ease-in-out;
        }

        .ltzt0315 .mask02
        {
            width: 100%;
            height: 100%;
            opacity: 0.8;
            filter: alpha(opacity=80);
            position: absolute;
            background: #000;
            bottom: 0;
            left: 0;
            background-color: rgb(0, 0, 0);

            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-transition: all 1s ease-in-out; /* Safari and Chrome */ /* Opera */
            transition: all 1s ease-in-out;
        }


        .ltzt0315 .detail03
        {
            color: #fff;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            padding: 0 15px;
            overflow: hidden;
        }
        .ltzt0315 .tit04
        {
            height: 40px;
            font: 14px/40px "微软雅黑";
            color: #fff;
            overflow: hidden;
            margin-top: 0px;
            line-height: 20px;
            height: 40px;
            display: block;
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-transition: all 1s ease-in-out; /* Safari and Chrome */ /* Opera */
            transition: all 1s ease-in-out;
        }

        .ltzt0315 .tit05
        {
            font: 14px/40px "微软雅黑";
            color: #fff;
            overflow: hidden;
            margin-top: 0px;
            line-height: 20px;
            height: 40px;
            display: block;
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-transition: all 1s ease-in-out; /* Safari and Chrome */ /* Opera */
            transition: all 1s ease-in-out;
        }

        .ltzt0315 .maskShow2 .tit04
        {
            font: 16px/40px "微软雅黑";
        }
        .ltzt0315 .part03
        {
            font: 12px/22px "宋体";
            color:#fff;
        }

        .ltzt0315 .mt10
        {
            margin-top: 10px;
        }

        .ltzt0315 .maskShow:hover .tit04Wrap
        {
            height: 164px;
            display: block;
        }
        .ltzt0315 .maskShow:hover .tit06Wrap
        {
            height: 74px;
            display: block;
        }

        .ltzt0315 .maskShow:hover .tit05Wrap
        {
            height: 164px;
            display: block;
        }

        .ltzt0315 .maskShow:hover .mask02
        {
            background-color: rgb(21, 126, 251);
        }

        .ltzt0315 .maskShow:hover .detail03 .tit04
        {
            margin-top: 0px;
            line-height: 20px;
            height: 30px;
            display: block;
        }
        .ltzt0315 .maskShow:hover .tit06Wrap  .detail03 .tit04
        {
            margin-top: 0px;
            line-height: 20px;
            height: 30px;
            display: block;
        }

        .ltzt0315 .maskShow:hover .detail03 .tit05
        {
            margin-top: 15px;
            line-height: 20px;
            height: 52px;
            display: block;
        }

        .ltzt0315 .maskShow2:hover .tit04Wrap
        {
            height: 140px;
            display: block;
        }
        .ltzt0315 .maskShow2:hover .tit04Wrap .mask02
        {
            background-color: rgb(21, 126, 251);
        }
        .ltzt0315 .maskShow2:hover .tit04Wrap .detail03 .tit04
        {
            margin-top: 15px;
            line-height: 24px;
            height: 24px;
            display: block;
        }

        /*********************************************活动专题*********************************************************************/
        .yam_box > div
        {
            float: left;
            border: 1px solid #e5e5e5;
            overflow:hidden;
        }
        .yam_sml
        {
            width: 383px;
            height: 340px;
            margin-right: 17px;
            margin-bottom: 17px;
            position: relative;
        }
        .yam_sml:hover
        {
            background-color: #2676c3;
        }
        .yam_pic
        {
            background: #000;
            cursor: pointer;
            position: relative;
        }
        .yam_pic div
        {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 48px;
            padding: 15px 0;
            opacity: 0.8;
            filter: alpha(opacity=80);
            background: #000;
            background-color: rgb(0, 0, 0);
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-transition: all 1s ease-in-out; /* Safari and Chrome */ /* Opera */
            transition: all 1s ease-in-out;
        }

        .yam_pic:hover div
        {
            background: rgb(21, 126, 251);
            height: 80px;
        }
        .yam_pic:hover div h3
        {
            margin-top: 20px;
        }

        .yam_pic div h3
        {
            font: bold 16px/24px Microsoft YaHei;
            color: #fff;
            padding: 0 16px;
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-transition: all 1s ease-in-out; /* Safari and Chrome */ /* Opera */
            transition: all 1s ease-in-out;
        }

        .pc_none, .ya_tit_ph, #imgForShare, #loading, #turn-box
        {
            display: none;
        }
        .common_img
        {
            width: 383px;
            height: 200px;
            overflow:hidden;
        }
        .common_img img
        {
            width: 383px;
            height: 200px;
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-transition: all 1s ease-in-out; /* Safari and Chrome */ /* Opera */
            transition: all 1s ease-in-out;
        }
        .yam_sml:hover .common_img img
        {
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .commonda_img img
        {
            width: 320px;
            height: 340px;
        }
        .yam_con
        {
            width: 300px;
            height: 24px;
            margin: 0 auto;
            padding-top: 0px;
            padding-bottom: 5px;
            border-bottom: 1px solid #e5e5e5;
        }
        .yam_sml:hover .yam_con h3
        {
            color: #fff;
        }
        .yam_con h3
        {
            height: 24px;
            line-height: 24px;
            margin: 5px 0 5px;
            overflow: hidden;
            text-align: center;
            font: 16px/24px Microsoft YaHei;
            color: #666;
        }
        .yam_con2
        {
            width: 300px;
            height: 72px;
            line-height: 24px;
            margin: 0 auto;
            padding-top: 5px;
            padding-bottom:10px;
        }
        .yam_con2 p
        {
            line-height: 24px;
            font-size: 14px;
            text-align:justify;
        }

        .yam_sml:hover .yam_con2 p
        {
            color: #fff;
        }

        .no_mar
        {
            margin: 0 !important;
        }

        #kxzy2 .yam_sml
        {
            height:320px;
        }
